* tutorial.el (tutorial--detailed-help): Remove unnecessary link
authorChong Yidong <cyd@stupidchicken.com>
Fri, 22 Dec 2006 15:16:58 +0000 (15:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 22 Dec 2006 15:16:58 +0000 (15:16 +0000)
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.

lisp/ChangeLog

index 488bf2b8bbe99a3976732380491727bc605e125c..8889cce40c3497fbf8fb55ed428aa3991c399ae1 100644 (file)
@@ -1,3 +1,14 @@
+2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tutorial.el (tutorial--detailed-help): Remove unnecessary link
+       to the Emacs Lisp reference manual.
+       (tutorial--tab-map): Remove.  All callers changed.
+       (tutorial--find-changed-keys): New elt QUIET, used to...
+       (tutorial--display-changes): ...ensure that warning messages are
+       only issued once per changed key.
+       (tutorial--remove-remarks): Delete unused code-path.
+       (lang-strings): Remove extraneous formatting.
+
 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * tutorial.el: Remove `cl' requirement.  Clean up whitespace.